Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[audit2] #5 Explicitly declare state visibility #75

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

stevieraykatz
Copy link
Collaborator

From spearbit:

Missing state visibility specifiers
Status: New
Severity: Informational
cmichel
cmichel

created on Jul 19, 2024 at 03:51
Description
The state of Registry is not annotated with visibility specifiers. The default visibility for state is internal.

Recommendation
Consider explicitly specifying the visibility as a best practice.

Copy link
Collaborator

@cb-elileers cb-elileers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

𝓼𝓽𝔂𝓵𝓮 𝓶𝓪𝓽𝓽𝓮𝓻𝓼

@stevieraykatz stevieraykatz merged commit eaf138c into Spearbit-second-audit Jul 23, 2024
1 check passed
@stevieraykatz stevieraykatz deleted the audit2#5 branch July 23, 2024 23:24
stevieraykatz added a commit that referenced this pull request Jul 24, 2024
* [audit2] #2 Typos and Documentation (#72)

* Fix typo in PaymentReceiverUpdated

* Fix typo in L2Resolver commment

* Fix typos in L2Resolver and ReverseRegistrar natspec

* Fix comment in IPriceOracle

* Fix natspec in controllers

* Remove unused event (#71)

* [audit2] #4 Cleanup GRACE_PERIOD handling for launch auction (#73)

* Cleanup GRACE_PERIOD handling for launch auction

* Add GRACE_PERIOD to EARegistrarController

* [audit2] #5 Explicitly declare state visibility (#75)

* Explicitly declare state visibility

* Style guide

* Change resolver for reverse node when changing default resolver (#76)

* Remove reverse claiming from EARegistrarController (#78)

* Add IExtendedResolver supported signal for L2Resolver (#77)

* Add reverse node claim to L2 Resolver (#81)

* [audit2] #6 Remove addr.reverse setting from ReverseRegistrar (#74)

* Remove addr.reverse setting from ReverseRegistrar

* Address PR suggestion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants